Skip to content

Add author and release date to plugin meta description#3

Open
phyceClaw wants to merge 2 commits into
phyce:mainfrom
phyceClaw:plugin-meta-author-released-desc
Open

Add author and release date to plugin meta description#3
phyceClaw wants to merge 2 commits into
phyce:mainfrom
phyceClaw:plugin-meta-author-released-desc

Conversation

@phyceClaw

Copy link
Copy Markdown

What

Amends the search-result metadata (SEO meta description) for individual plugin pages.

Previously the meta description for /plugin/{name} was just the plugin description truncated to 155 chars. It now leads with the author and release date:

by {Author}, released : {Date}. {description…}

The whole string is truncated to 160 chars, so the description is what gets trimmed if it overflows.

Details

  • Built in PluginController@show, feeding SEOTools, OpenGraph, and Twitter card description.
  • by {author} and released : {date} parts are only included when present; falls back gracefully to the existing "Install stats and history…" copy when the plugin has no description.
  • Date formatted as F j, Y (e.g. January 5, 2024) to match the on-page "Released On" formatting.

🤖 Generated with Claude Code

phyceClaw and others added 2 commits June 21, 2026 10:41
Plugin detail pages now lead their SEO/search-result description with
"by {author}, released : {date}" followed by the plugin description,
truncated to fit the meta length.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Google was synthesising the search result snippet from the visible
stats grid (Author / Last Update / All-time High / Released On /
Active Installs) instead of the meta description. Marking the stats
grid and tags with data-nosnippet stops Google using that text, so it
falls back to the author/released/description meta description.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@phyceClaw

Copy link
Copy Markdown
Author

Follow-up: the meta-description change alone wasn't enough. Google was ignoring the meta description and building its own snippet from the visible stats grid (Author. … ; Last Update. … ; All-time High. … ; Released On. … ; Active Installs. …).

Added a second commit marking the stats grid and tags line with data-nosnippet so Google stops scraping that text and falls back to the author/released/description meta description. Note Google still has the final say on snippet content and re-index timing, so the live result will lag the deploy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant